//==============================================================================
// Toxotes_Anim.txt
//==============================================================================

import bow_defines_anim.txt

//==============================================================================
define FireArrow
{
   set hotspot
  {
      version
      {
         Visualparticle scenario a signal arrow fire toxotes
      }
   }
}

//==============================================================================
define FireSmoke
{
   set hotspot
  {
      version
      {
         Visualparticle sfx a arrow smoke
      }
   }
}

//==============================================================================
define FireSmoke2
{
   set hotspot
  {
      version
      {
         Visualparticle sfx a arrow smoke
      }
   }
}
//==============================================================================
define Head
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Archer x Head copper
         }
      }
   }
}

//==============================================================================
define arrow
{
   set hotspot
   {
      version
      {
         Visual Attachments A HandArrow
      }
   }
}

//==============================================================================
anim Idle
{
   SetSelector
   {
		SetSelector 
		{
			set hotspot
			{
				version
				{
					Visual Archer G Toxotes_IdleA
					ReplaceTexture Archer G Toxotes Standard/infantry n ulfsark standard
					connect Righthand bow hotspot
					Connect TopOfHead Head hotspot				   
					connect leftforearm GreekArcherShield hotspot
				}
			}
      }
   }
}

//==============================================================================
anim walk
{
	SetSelector
	{
		SetSelector 
		{
			set hotspot
			{
				version
				{
					Visual Archer G Toxotes_WalkA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag FootstepLeft 0.50 true   
               tag FootstepRight 0.00 true   
//-- end auto generated section
					ReplaceTexture Archer G Toxotes Standard/infantry n ulfsark standard
					connect righthand bow hotspot
					Connect TopOfHead Head hotspot
					connect leftforearm GreekArcherShield hotspot
				}
			}
      }
   }
}

//==============================================================================
anim RangedAttack
{
   SetSelector
   {
      set hotspot
      {
         version
         {
					Visual Archer G Toxotes_AttackA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.40 true   
               tag GenericSound 0.40 true   
               tag SpecificSoundSet 0.50 false Arrow checkVisible 
//-- end auto generated section
					ReplaceTexture Archer G Toxotes Standard/infantry n ulfsark standard
					Connect TopOfHead Head hotspot
					connect righthand bow hotspot
					connect leftforearm GreekArcherShield hotspot
         }
      }
   }
}


//==============================================================================
anim Death
{
   SetSelector
   {
      set hotspot
      {
         version
         {
					Visual Archer G Toxotes_DeathA
					ReplaceTexture Archer G Toxotes Standard/infantry n ulfsark standard
					connect righthand bow hotspot
					Connect TopOfHead Head hotspot
					connect leftforearm GreekArcherShield hotspot
         }
      }
   }
}


//==============================================================================
anim Bored
{
   SetSelector
   {
		SetSelector 
		{
			set hotspot
			{
				version
				{
					Visual Archer G Toxotes_BoredA
					ReplaceTexture Archer G Toxotes Standard/infantry n ulfsark standard
					connect Righthand bow hotspot
					Connect TopOfHead Head hotspot				   
					connect leftforearm GreekArcherShield hotspot
				}
			}
      }
   }
}

//==============================================================================
anim Flail
{
   SetSelector
   {
      set hotspot
      {
         version
         {
					Visual Archer G Toxotes_FlailA
					ReplaceTexture Archer G Toxotes Standard/infantry n ulfsark standard
					connect Righthand bow hotspot
					Connect TopOfHead Head hotspot
					connect leftforearm GreekArcherShield hotspot
         }
      }
   }
}